Fix Read/Write CR3 emulation.
authorcl349@firebug.cl.cam.ac.uk <cl349@firebug.cl.cam.ac.uk>
Fri, 17 Feb 2006 11:49:11 +0000 (11:49 +0000)
committercl349@firebug.cl.cam.ac.uk <cl349@firebug.cl.cam.ac.uk>
Fri, 17 Feb 2006 11:49:11 +0000 (11:49 +0000)
commit47421a278a6a2597188fe77cfc8beee47f773867
treec4b29682195ead4083d871c0dc24a67ccae09d2e
parentae1754163bfc75b4e0551184022ca23dee41a997
Fix Read/Write CR3 emulation.
- on write, new_guest_cr3() takes an mfn not an ma
- for shadow_translate guests, apply mfn_to_gmfn/gmfn_to_mfn

Signed-off-by: Christian Limpach <Christian.Limpach@cl.cam.ac.uk>
xen/arch/x86/traps.c